﻿2026-07-01T11:25:59.9986968Z ##[group]Run actions/checkout@v5
2026-07-01T11:25:59.9987450Z with:
2026-07-01T11:25:59.9987755Z   repository: SaberMage/spt-core
2026-07-01T11:25:59.9990928Z   token: ***
2026-07-01T11:25:59.9991251Z   ssh-strict: true
2026-07-01T11:25:59.9991540Z   ssh-user: git
2026-07-01T11:25:59.9991833Z   persist-credentials: true
2026-07-01T11:25:59.9992161Z   clean: true
2026-07-01T11:25:59.9992468Z   sparse-checkout-cone-mode: true
2026-07-01T11:25:59.9992899Z   fetch-depth: 1
2026-07-01T11:25:59.9993186Z   fetch-tags: false
2026-07-01T11:25:59.9993474Z   show-progress: true
2026-07-01T11:25:59.9993783Z   lfs: false
2026-07-01T11:25:59.9994055Z   submodules: false
2026-07-01T11:25:59.9994351Z   set-safe-directory: true
2026-07-01T11:25:59.9994671Z env:
2026-07-01T11:25:59.9994948Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-01T11:25:59.9995320Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-01T11:25:59.9995659Z ##[endgroup]
2026-07-01T11:26:00.1886699Z Syncing repository: SaberMage/spt-core
2026-07-01T11:26:00.1887897Z ##[group]Getting Git version info
2026-07-01T11:26:00.1888408Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-07-01T11:26:00.2113640Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-01T11:26:00.2305893Z git version 2.43.0.windows.1
2026-07-01T11:26:00.2331181Z ##[endgroup]
2026-07-01T11:26:00.2338497Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\c12f4d0a-d37a-4ced-87ed-f76e896c732a\.gitconfig'
2026-07-01T11:26:00.2351423Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\c12f4d0a-d37a-4ced-87ed-f76e896c732a' before making global git config changes
2026-07-01T11:26:00.2352400Z Adding repository directory to the temporary git global config as a safe directory
2026-07-01T11:26:00.2357246Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-07-01T11:26:00.2570682Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-07-01T11:26:00.2743028Z https://github.com/SaberMage/spt-core
2026-07-01T11:26:00.2766168Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-01T11:26:00.2770619Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-01T11:26:00.2953337Z HEAD
2026-07-01T11:26:00.3181599Z ##[endgroup]
2026-07-01T11:26:00.3185157Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-07-01T11:26:00.6944322Z ##[group]Cleaning the repository
2026-07-01T11:26:00.6948217Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-07-01T11:26:02.0058047Z Removing target/
2026-07-01T11:26:02.0085931Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-07-01T11:26:02.0511153Z HEAD is now at 4703a16b Merge a5129cdcb267344731d77852a5c4ac731c9d5251 into 461e6fe744d99cb967e052a8ecb3b14bbea3d4f2
2026-07-01T11:26:02.0532835Z ##[endgroup]
2026-07-01T11:26:02.0536363Z ##[group]Disabling automatic garbage collection
2026-07-01T11:26:02.0541302Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-07-01T11:26:02.0750662Z ##[endgroup]
2026-07-01T11:26:02.0751037Z ##[group]Setting up auth
2026-07-01T11:26:02.0756854Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-01T11:26:02.0952581Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-01T11:26:02.4445241Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-01T11:26:02.4656904Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-01T11:26:02.8026221Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-01T11:26:02.8229508Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-01T11:26:03.1752792Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-01T11:26:03.1982409Z ##[endgroup]
2026-07-01T11:26:03.1982854Z ##[group]Fetching the repository
2026-07-01T11:26:03.1989048Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +4703a16b8ddafa1cefb243e80f26695b0ebec30c:refs/remotes/pull/41/merge
2026-07-01T11:26:03.8745410Z ##[endgroup]
2026-07-01T11:26:03.8745859Z ##[group]Determining the checkout info
2026-07-01T11:26:03.8746207Z ##[endgroup]
2026-07-01T11:26:03.8756432Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-07-01T11:26:03.9005021Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-01T11:26:03.9238141Z ##[group]Checking out the ref
2026-07-01T11:26:03.9242414Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/41/merge
2026-07-01T11:26:03.9591902Z HEAD is now at 4703a16b Merge a5129cdcb267344731d77852a5c4ac731c9d5251 into 461e6fe744d99cb967e052a8ecb3b14bbea3d4f2
2026-07-01T11:26:03.9613089Z ##[endgroup]
2026-07-01T11:26:03.9861088Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-07-01T11:26:04.0061943Z 4703a16b8ddafa1cefb243e80f26695b0ebec30c
